[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetServerSideState
Gets an internal flag which determines whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address.
#include "SaRnHtml.h"
int XKEXPORT SaGetServerSideState SUTPROTO(());
Arguments
None.
Returns an integer indicating whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address.
Gets an internal flag which determines whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address. By default, the state strings are not stored in the state server.
int flag;
flag = SaGetServerSideState();
if(flag == 0)
{
/** not using state server for state strings ***/
}
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.